From d7dde7fd07de8fabd51d124aaa19e47c06e29e46 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Thu, 17 Jul 2008 09:07:06 +0000 Subject: [PATCH] Mention setsid after vfork. --- src/s/darwin.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/s/darwin.h b/src/s/darwin.h index 2017bd2e6cf..5ec850d4472 100644 --- a/src/s/darwin.h +++ b/src/s/darwin.h @@ -337,7 +337,8 @@ Boston, MA 02110-1301, USA. */ /* The following solves the problem that Emacs hangs when evaluating (make-comint "test0" "/nodir/nofile" nil "") when /nodir/nofile - does not exist. */ + does not exist. Also, setsid is not allowed in the vfork child's + context as of Darwin 9/Mac OS X 10.5. */ #undef HAVE_WORKING_VFORK #define vfork fork -- 2.30.2